home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / actlib11.zip / HISTORY.TXT < prev    next >
Text File  |  1993-03-02  |  793b  |  28 lines

  1.                                 ACTLIB
  2.                                 ======
  3.  
  4. version 1.1:
  5. -----------
  6.  
  7.  A lot of bug corrections and modifications to increase compatibility
  8.  (mainly with Microsoft 7.0).
  9.  
  10.  Only changes in the interface/behaviour will be listed:
  11.  
  12.  - change of return code in getsetup() in SETUP.C (TOOLS.LIB)
  13.  
  14.  - adding a boolean format (%b) and a new string format (%S)
  15.    in getsetup() in SETUP.C (TOOLS.LIB)
  16.  
  17.  
  18. TurboVision:
  19.  
  20.  - change in the default for TInputInt/Long/Double
  21.    minimum default is now -MAXINT/LONG/DOUBLE in place of 0.
  22.  
  23.  - new object:
  24.  
  25.    TStaticTextf( const TRect& bounds, const char *fmt, ... )
  26.    TStaticTextf( const ushort x, const ushort y, const char *fmt, ... )
  27.      same as TStaticText but allows same syntax as printf()
  28.